Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for httpApi #937

Merged

Conversation

designfrontier
Copy link
Contributor

This patch adds support for the new httpApi that aws offers
for reducing cost and latency in serverless applications. It
has been supported for a while in serverless, this just adds
support here to match.

The approach is pretty straightforward so far and may not include
all of the functionality that httpApi permits so far. Those will
come in later patches to this pull request.

This patch adds support for the new httpApi that aws offers
for reducing cost and latency in serverless applications. It
has been supported for a while in serverless, this just adds
support here to match.

The approach is pretty straightforward so far and may not include
all of the functionality that httpApi permits so far. Those will
come in later patches to this pull request.
@designfrontier
Copy link
Contributor Author

Started because I noticed #768 (comment)

And also because I was looking for some cost savings in our app

@jormaechea
Copy link
Contributor

Aligned with this support for offline HTTP APIs, I started to make a simple framework to make API development easier. If you could give it a try, I'll appreciate it! 😄

https://github.com/jormaechea/aws-http-api-gateway

It's still under development, not production ready, but it's a good start...

PD: thanks for adding this great feature to sls offline!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants